chore(main): release openfeature/providers/kotlin-provider 1.0.1#4949
Conversation
✅ Deploy Preview for go-feature-flag-doc-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Code Review
This pull request, generated by release-please, aims to release version 1.0.0 of the Kotlin provider. The only change is an update to CHANGELOG.md. However, the update introduces a duplicate version entry and includes a changelog item for a Go dependency, which seems incorrect for a Kotlin provider's changelog. This suggests a potential misconfiguration in the release automation process.
Note: Security Review has been skipped due to the limited scope of the PR.
| ## [1.0.0](https://github.com/thomaspoignant/go-feature-flag/compare/openfeature/providers/kotlin-provider/v1.0.0...openfeature/providers/kotlin-provider/v1.0.0) (2026-03-09) | ||
|
|
||
|
|
||
| ### 🔧 Chores | ||
|
|
||
| * Bump go.opentelemetry.io/otel/sdk from 1.41.0 to 1.42.0 ([#4944](https://github.com/thomaspoignant/go-feature-flag/issues/4944)) ([ede0c19](https://github.com/thomaspoignant/go-feature-flag/commit/ede0c19d7452e55e9b8e27d1c929da9c0492a82a)) |
There was a problem hiding this comment.
This adds another ## [1.0.0] section, but multiple entries for this version already exist in the changelog. This makes the version history confusing.
Furthermore, the change listed is for a Go dependency (go.opentelemetry.io/otel/sdk), which seems out of place in the changelog for a Kotlin provider.
It appears the release automation might be misconfigured, leading to duplicate version entries and irrelevant change notes. The changelog should be cleaned up to have a single, accurate entry for version 1.0.0.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4949 +/- ##
=======================================
Coverage 86.40% 86.40%
=======================================
Files 160 160
Lines 6945 6945
=======================================
Hits 6001 6001
Misses 705 705
Partials 239 239 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
d6239fe to
fc66253
Compare
9ea654f to
e0d2307
Compare
9f9c598 to
2e0da84
Compare
1412957 to
e33fce1
Compare
5a97bcc to
d22d54b
Compare
|
f7dc696 to
d57c34e
Compare
d68cf54 to
e1a8a10
Compare
601a554 to
c38e6f5
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR releases version 1.0.1 of the Kotlin provider by updating the Gradle project version, adding a 1.0.1 changelog entry, and updating the release-please manifest to reference 1.0.1. ChangesKotlin Provider 1.0.1 Release
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Greptile SummaryAutomated release PR generated by Release Please, bumping the
Confidence Score: 5/5Safe to merge — three files change only the version string and CHANGELOG; no logic is modified. All three changed files are mechanical outputs of Release Please: a JSON manifest, a Kotlin build script version string, and a CHANGELOG prepend. There is no executable logic, no schema change, and no behavioral difference introduced. No files require special attention. Important Files Changed
|
| * Bump github.com/aws/aws-sdk-go-v2/config from 1.32.16 to 1.32.17 ([#5228](https://github.com/thomaspoignant/go-feature-flag/issues/5228)) ([977be4f](https://github.com/thomaspoignant/go-feature-flag/commit/977be4fbc82e52a3ac0a3fd6d6370d6f68dabcb7)) | ||
| * Bump github.com/aws/aws-sdk-go-v2/service/s3 ([#5360](https://github.com/thomaspoignant/go-feature-flag/issues/5360)) ([9752a72](https://github.com/thomaspoignant/go-feature-flag/commit/9752a726b9e252e6262bfcf75066b0e32e4ec0ed)) | ||
| * Bump go.opentelemetry.io/otel/trace from 1.42.0 to 1.43.0 ([#5079](https://github.com/thomaspoignant/go-feature-flag/issues/5079)) ([9505e0b](https://github.com/thomaspoignant/go-feature-flag/commit/9505e0bf1139244123f3d683cfefb698305601e7)) | ||
| * Bump golang.org/x/net from 0.53.0 to 0.54.0 ([#5296](https://github.com/thomaspoignant/go-feature-flag/issues/5296)) ([b31655a](https://github.com/thomaspoignant/go-feature-flag/commit/b31655ac1ab8e12d6f9284b2f725d1cd74b80c3b)) | ||
|
|
||
|
|
||
| ### 📚 Documentation | ||
|
|
||
| * Cleanup CHANGELOGS ([#5333](https://github.com/thomaspoignant/go-feature-flag/issues/5333)) ([7d6c5a3](https://github.com/thomaspoignant/go-feature-flag/commit/7d6c5a3341c1a0e028163c0fd8e2ad99b27d67ef)) |
There was a problem hiding this comment.
Go dependency bumps attributed to the Kotlin provider
The five chore entries in this release (github.com/aws/aws-sdk-go-v2, aws-sdk-go-v2/config, aws-sdk-go-v2/service/s3, go.opentelemetry.io/otel/trace, golang.org/x/net) are all Go modules with no connection to the Kotlin/Android provider. The kotlin-provider's build.gradle.kts depends only on Ktor, OkHttp, Gson, and Kotlin coroutines. These entries appear because Release Please is not scoping commits to openfeature/providers/kotlin-provider/ before including them in this changelog, which means the patch bump itself may be unwarranted. Worth verifying that the path filter in release-please-config.json is being respected for this package, or adding exclude-paths at the package level if needed.
Prompt To Fix With AI
This is a comment left during a code review.
Path: openfeature/providers/kotlin-provider/CHANGELOG.md
Line: 9-17
Comment:
**Go dependency bumps attributed to the Kotlin provider**
The five chore entries in this release (`github.com/aws/aws-sdk-go-v2`, `aws-sdk-go-v2/config`, `aws-sdk-go-v2/service/s3`, `go.opentelemetry.io/otel/trace`, `golang.org/x/net`) are all Go modules with no connection to the Kotlin/Android provider. The kotlin-provider's `build.gradle.kts` depends only on Ktor, OkHttp, Gson, and Kotlin coroutines. These entries appear because Release Please is not scoping commits to `openfeature/providers/kotlin-provider/` before including them in this changelog, which means the patch bump itself may be unwarranted. Worth verifying that the `path` filter in `release-please-config.json` is being respected for this package, or adding `exclude-paths` at the package level if needed.
How can I resolve this? If you propose a fix, please make it concise.
|
|



🤖 I have created a release beep boop
1.0.1 (2026-06-16)
🔧 Chores
📚 Documentation
⚙️ CI/CD
This PR was generated with Release Please. See documentation.